home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_008 / src / def.func_tab.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  164b  |  9 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. struct func_tab {
  4.     char f_char;
  5.     int (*f_funct)();
  6. };
  7.  
  8. extern struct func_tab list[];
  9.